*** empty log message ***
authorHenrik Enberg <henrik.enberg@telia.com>
Wed, 18 Jan 2006 12:15:47 +0000 (12:15 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Wed, 18 Jan 2006 12:15:47 +0000 (12:15 +0000)
lisp/mail/ChangeLog

index 7d8e4b4cac5581fe2e02d72419f04485edc46307..53c1ad2d529a317f64c832fd76e443110683bec9 100644 (file)
@@ -1,12 +1,13 @@
 2006-01-18  Henrik Enberg  <enberg@printf.se>
 
-       * rmailsum.el (rmail-summary-get-new-mail): Only call
-       `rmail-summary-goto-msg' if no new mail was found.
-
-       * rmail.el (rmail-get-new-mail): Only call `rmail-show-message'
+       * rmail.el (rmail-get-inbox-list): New function.
+       (rmail-get-new-mail): Use it.  Only call `rmail-show-message'
        on file-error condition if no new messages are found.
        (rmail): Only call `rmail-show-message' if no new mail
        was found.
+
+       * rmailsum.el (rmail-summary-get-new-mail): Only call
+       `rmail-summary-goto-msg' if no new mail was found.
        
 2006-01-18  Alex Schroeder  <alex@gnu.org>